Exercise:1
Create a scratch code to make a sprite walk. ( After doing this exercise Teacher has to explain that this code is done by using the pre-defined (inbuilt) functions in scratch.)
Exercise:2
There are multiple pumpkins in each patch! Look carefully at the function definitions below to figure out how to use each one.

Click here to play this level.
Exercise:3
Write an improved code for finding prime numbers from 2 to N. Here you have to get the N value from the user. Store the prime numbers as we are finding them in the list. Use a user-defined block to check if a number is a prime number and insert it into a list.
Solutions
Link to copy solution program for exercise-1.
Link to copy solution program for exercise-3.